github.com/andybalholm/brotli/matchfinder.matchEmitter.Dst (field)

8 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		emitter.go#L21: 	Dst []Match
		emitter.go#L28: 	e.Dst = append(e.Dst, Match{
		m4.go#L80: 	e := matchEmitter{Dst: dst}
		m4.go#L128: 		if matches[0] == (absoluteMatch{}) && len(e.Dst) > 0 {
		m4.go#L129: 			prevDistance := e.Dst[len(e.Dst)-1].Distance
		m4.go#L274: 	dst = e.Dst